home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Games / lgeneral-1.1 / gfx / Makefile.in < prev    next >
Makefile  |  2002-07-23  |  9KB  |  293 lines

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13.  
  14. SHELL = @SHELL@
  15.  
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. prefix = @prefix@
  20. exec_prefix = @exec_prefix@
  21.  
  22. bindir = @bindir@
  23. sbindir = @sbindir@
  24. libexecdir = @libexecdir@
  25. datadir = @datadir@
  26. sysconfdir = @sysconfdir@
  27. sharedstatedir = @sharedstatedir@
  28. localstatedir = @localstatedir@
  29. libdir = @libdir@
  30. infodir = @infodir@
  31. mandir = @mandir@
  32. includedir = @includedir@
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/@PACKAGE@
  38. pkglibdir = $(libdir)/@PACKAGE@
  39. pkgincludedir = $(includedir)/@PACKAGE@
  40.  
  41. top_builddir = ../..
  42.  
  43. ACLOCAL = @ACLOCAL@
  44. AUTOCONF = @AUTOCONF@
  45. AUTOMAKE = @AUTOMAKE@
  46. AUTOHEADER = @AUTOHEADER@
  47.  
  48. INSTALL = @INSTALL@
  49. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = @INSTALL_DATA@
  51. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  52. transform = @program_transform_name@
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. CC = @CC@
  61. MAKEINFO = @MAKEINFO@
  62. PACKAGE = @PACKAGE@
  63. RANLIB = @RANLIB@
  64. SDL_CFLAGS = @SDL_CFLAGS@
  65. SDL_CONFIG = @SDL_CONFIG@
  66. SDL_LIBS = @SDL_LIBS@
  67. VERSION = @VERSION@
  68. dis_flag = @dis_flag@
  69. dl_flag = @dl_flag@
  70. inst_dir = @inst_dir@
  71. inst_flag = @inst_flag@
  72. mixer_flag = @mixer_flag@
  73. sound_flag = @sound_flag@
  74.  
  75. EXTRA_DIST = font_credit.bmp title.bmp
  76.  
  77. SUBDIRS = flags terrain units
  78. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  79. CONFIG_HEADER = ../../config.h
  80. CONFIG_CLEAN_FILES = 
  81. DIST_COMMON =  Makefile.am Makefile.in
  82.  
  83.  
  84. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  85.  
  86. TAR = gtar
  87. GZIP_ENV = --best
  88. all: all-redirect
  89. .SUFFIXES:
  90. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  91.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/gfx/Makefile
  92.  
  93. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  94.     cd $(top_builddir) \
  95.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  96.  
  97.  
  98. # This directory's subdirectories are mostly independent; you can cd
  99. # into them and run `make' without going through this Makefile.
  100. # To change the values of `make' variables: instead of editing Makefiles,
  101. # (1) if the variable is set in `config.status', edit `config.status'
  102. #     (which will cause the Makefiles to be regenerated when you run `make');
  103. # (2) otherwise, pass the desired values on the `make' command line.
  104.  
  105. @SET_MAKE@
  106.  
  107. all-recursive install-data-recursive install-exec-recursive \
  108. installdirs-recursive install-recursive uninstall-recursive  \
  109. check-recursive installcheck-recursive info-recursive dvi-recursive:
  110.     @set fnord $(MAKEFLAGS); amf=$$2; \
  111.     dot_seen=no; \
  112.     target=`echo $@ | sed s/-recursive//`; \
  113.     list='$(SUBDIRS)'; for subdir in $$list; do \
  114.       echo "Making $$target in $$subdir"; \
  115.       if test "$$subdir" = "."; then \
  116.         dot_seen=yes; \
  117.         local_target="$$target-am"; \
  118.       else \
  119.         local_target="$$target"; \
  120.       fi; \
  121.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  122.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  123.     done; \
  124.     if test "$$dot_seen" = "no"; then \
  125.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  126.     fi; test -z "$$fail"
  127.  
  128. mostlyclean-recursive clean-recursive distclean-recursive \
  129. maintainer-clean-recursive:
  130.     @set fnord $(MAKEFLAGS); amf=$$2; \
  131.     dot_seen=no; \
  132.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  133.       rev="$$subdir $$rev"; \
  134.       test "$$subdir" = "." && dot_seen=yes; \
  135.     done; \
  136.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  137.     target=`echo $@ | sed s/-recursive//`; \
  138.     for subdir in $$rev; do \
  139.       echo "Making $$target in $$subdir"; \
  140.       if test "$$subdir" = "."; then \
  141.         local_target="$$target-am"; \
  142.       else \
  143.         local_target="$$target"; \
  144.       fi; \
  145.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  146.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  147.     done && test -z "$$fail"
  148. tags-recursive:
  149.     list='$(SUBDIRS)'; for subdir in $$list; do \
  150.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  151.     done
  152.  
  153. tags: TAGS
  154.  
  155. ID: $(HEADERS) $(SOURCES) $(LISP)
  156.     list='$(SOURCES) $(HEADERS)'; \
  157.     unique=`for i in $$list; do echo $$i; done | \
  158.       awk '    { files[$$0] = 1; } \
  159.            END { for (i in files) print i; }'`; \
  160.     here=`pwd` && cd $(srcdir) \
  161.       && mkid -f$$here/ID $$unique $(LISP)
  162.  
  163. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  164.     tags=; \
  165.     here=`pwd`; \
  166.     list='$(SUBDIRS)'; for subdir in $$list; do \
  167.    if test "$$subdir" = .; then :; else \
  168.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  169.    fi; \
  170.     done; \
  171.     list='$(SOURCES) $(HEADERS)'; \
  172.     unique=`for i in $$list; do echo $$i; done | \
  173.       awk '    { files[$$0] = 1; } \
  174.            END { for (i in files) print i; }'`; \
  175.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  176.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  177.  
  178. mostlyclean-tags:
  179.  
  180. clean-tags:
  181.  
  182. distclean-tags:
  183.     -rm -f TAGS ID
  184.  
  185. maintainer-clean-tags:
  186.  
  187. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  188.  
  189. subdir = src/gfx
  190.  
  191. distdir: $(DISTFILES)
  192.     @for file in $(DISTFILES); do \
  193.       d=$(srcdir); \
  194.       if test -d $$d/$$file; then \
  195.         cp -pr $$/$$file $(distdir)/$$file; \
  196.       else \
  197.         test -f $(distdir)/$$file \
  198.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  199.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  200.       fi; \
  201.     done
  202.     for subdir in $(SUBDIRS); do \
  203.       if test "$$subdir" = .; then :; else \
  204.         test -d $(distdir)/$$subdir \
  205.         || mkdir $(distdir)/$$subdir \
  206.         || exit 1; \
  207.         chmod 777 $(distdir)/$$subdir; \
  208.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  209.           || exit 1; \
  210.       fi; \
  211.     done
  212. info-am:
  213. info: info-recursive
  214. dvi-am:
  215. dvi: dvi-recursive
  216. check-am: all-am
  217. check: check-recursive
  218. installcheck-am:
  219. installcheck: installcheck-recursive
  220. install-exec-am:
  221. install-exec: install-exec-recursive
  222.  
  223. install-data-am: install-data-local
  224. install-data: install-data-recursive
  225.  
  226. install-am: all-am
  227.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  228. install: install-recursive
  229. uninstall-am:
  230. uninstall: uninstall-recursive
  231. all-am: Makefile
  232. all-redirect: all-recursive
  233. install-strip:
  234.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  235. installdirs: installdirs-recursive
  236. installdirs-am:
  237.  
  238.  
  239. mostlyclean-generic:
  240.  
  241. clean-generic:
  242.  
  243. distclean-generic:
  244.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  245.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  246.  
  247. maintainer-clean-generic:
  248. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  249.  
  250. mostlyclean: mostlyclean-recursive
  251.  
  252. clean-am:  clean-tags clean-generic mostlyclean-am
  253.  
  254. clean: clean-recursive
  255.  
  256. distclean-am:  distclean-tags distclean-generic clean-am
  257.  
  258. distclean: distclean-recursive
  259.  
  260. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  261.         distclean-am
  262.     @echo "This command is intended for maintainers to use;"
  263.     @echo "it deletes files that may require special tools to rebuild."
  264.  
  265. maintainer-clean: maintainer-clean-recursive
  266.  
  267. .PHONY: install-data-recursive uninstall-data-recursive \
  268. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  269. uninstalldirs-recursive all-recursive check-recursive \
  270. installcheck-recursive info-recursive dvi-recursive \
  271. mostlyclean-recursive distclean-recursive clean-recursive \
  272. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  273. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  274. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  275. install-exec install-data-local install-data-am install-data install-am \
  276. install uninstall-am uninstall all-redirect all-am all installdirs-am \
  277. installdirs mostlyclean-generic distclean-generic clean-generic \
  278. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  279.  
  280.  
  281. install-data-local:
  282.     $(mkinstalldirs) $(DESTDIR)$(inst_dir)/gfx
  283.     $(mkinstalldirs) $(DESTDIR)$(inst_dir)/gfx/terrain
  284.     $(mkinstalldirs) $(DESTDIR)$(inst_dir)/gfx/units
  285.     $(mkinstalldirs) $(DESTDIR)$(inst_dir)/gfx/flags
  286.     @for file in *.bmp; do\
  287.       $(INSTALL_DATA) $$file $(DESTDIR)$(inst_dir)/gfx/$$file;\
  288.     done
  289.  
  290. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  291. # Otherwise a system limit (for SysV at least) may be exceeded.
  292. .NOEXPORT:
  293.